-
Notifications
You must be signed in to change notification settings - Fork 2
Aesthetic, readability and some simplification #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ibroheem
commented
Feb 11, 2018
- All uppercase reduced to lowercase.
- Prefer snake_case over camelCase
- Renamed class uuid to basic_uuid, uuid is an alias of basic_uuid
- All other uuid_ classes inherits from basic_uuid
- Addes init_ methods to basic_uuid, instead of calling ctor directly, and then assigning to *this
- ....
|
It appears that the tests are not updated. Upon adaptation of the test suite also, uuid_balanced() and uuid_strong() call basic_uuid() regardless of what may happen, adding a 40ns overhead to each |
|
Since I applied most of your modifications by hand on the library myself, I would want you to add your name to the contributors file by yourself and setup another pull request |
|
40 ns? What the heck is that! Let me update the tests and check Edit: that close was a mistake, I wanted to comment only |
|